-
- 387 views
- 0 answers
- 0 votes
-
I want my code to load all the images automatically. For now I have to write code for each images …
- 0 views
- 2 answers
- 0 votes
-
I am using a face_recognition library. I have to write code to import each images in the directory. image1 = …
- 320 views
- 0 answers
- 0 votes
-
video_capture = cv2.VideoCapture(0) for each_image in glob.glob("*.jpg"): p_image_list.append(face_recognition.load_image_file(each_image)) for i in range(len(p_image_list)): known_face_encodings.append(face_recognition.face_encodings(p_image_list[i])[0]) known_face_names = [ "Pra" "Bi" ] # …
- 356 views
- 0 answers
- 0 votes
-
I am using this luxand face detection library: https://www.luxand.com/facesdk/documentation/trackerfunctions.php To save face data to my SQLite database, I did: byte[] …
- 388 views
- 0 answers
- 0 votes
-
I am trying to utilise some python scripts in an Android Application (Java). I have configured Chaquopy following the instructions …
- 357 views
- 1 answers
- 0 votes
-
I want to save HImage data to local sqlite database but i dont know how to get that image com.luxand.FSDK.HImage …
- 350 views
- 0 answers
- 0 votes
-
I have a few hundreds of thousands of biometric templates.I extracted the face ROI and got face embeddings with help …
- 392 views
- 0 answers
- 0 votes